Template Vault

Created By
Julien Meiffren4 hours ago
Template Vault is an AI-native website builder. Connect it once and your AI can generate a complete one-page website from a business brief in under a minute — real running URL, real Vercel deployment, custom domain on Pro+ tier. Six tools: `discover_business_needs` (interview the user before generating), `list_personalities`, `generate_site`, `get_generation_status`, `list_user_sites`, `publish_site`. Quotas tied to the user's Template Vault plan, so MCP calls don't bypass billing. The discovery-first workflow is the unusual bit — most MCP servers expose CRUD tools; ours expose a guided pipeline that makes the AI a better website-builder than a one-shot prompt would. Auth: OAuth 2.1 with PKCE. Works in claude.ai's "Add custom connector" flow with no manual client registration — paste the URL, click Allow, done.
Overview

Template Vault — AI Website Builder via MCP

Generate, edit, and publish real customer-ready websites directly from your Claude or ChatGPT conversation. Built for solo founders and very small businesses who want a real running site in under 2 minutes — not a template they have to fiddle with.

What makes this different

Most MCP servers expose CRUD tools (read this, update that). Template Vault exposes a guided pipeline: the AI interviews the user about their business, picks the right visual style, generates real copy + content, calls Flux 1.1 Pro for the hero image, and ships everything to a real Vercel deployment with a custom subdomain.

You end up with a working URL (e.g. aqua-verde-pools.the-template-vault.com) — not a screenshot, not a template, a deployed Next.js site you fully own.

The 6 tools

ToolWhat it does
discover_business_needsReturns a niche-aware question script the AI uses to interview the user. Call this first.
list_personalitiesVisual styles (classic / minimal / gradient / zen / immersive / glass).
generate_siteKicks off generation. Returns a jobId — async ~30-90s.
get_generation_statusPoll until done. Returns the editUrl + preview URL.
list_user_sitesList the user's existing sites.
publish_siteDeploy to production at slug.the-template-vault.com.

Setup

Claude.ai users: Settings → Connectors → Add custom connector → paste https://www.the-template-vault.com/api/mcp. OAuth 2.1 flow, done.

Claude Desktop / Cursor / Windsurf: Use mcp-remote as a stdio bridge — see the Server Config block above.

Auth & billing

OAuth 2.1 + PKCE. Each generate_site call counts against the user's monthly plan (5 free / month on the free tier, scales up on Pro+). Abuse-resistant — calls cannot bypass the user's quota.

Pricing

Free: 5 generations/month + 1 site. Pro from $15/mo for custom domains + 25 generations.

Built by

Julien Meiffren (@julioMeif) — solo founder based in South Florida, building for small-business owners who'd rather run their business than fight a website builder.

Server Config

{
  "mcpServers": {
    "template-vault": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.the-template-vault.com/api/mcp"
      ]
    }
  }
}
Project Info
Created At
4 hours ago
Updated At
13 minutes ago
Author Name
Julien Meiffren
Star
-
Language
-
License
-
Category
Homepage

Recommend Servers

View All
Sellerguide

8 hours ago